nthDerivativeWithRespectTo
fun <C> LabeledPolynomial<C>.nthDerivativeWithRespectTo(variable: LabeledVariable, order: UInt): LabeledPolynomial<C>(source)
fun <C> LabeledPolynomial<C>.nthDerivativeWithRespectTo(variablesAndOrders: Map<LabeledVariable, UInt>): LabeledPolynomial<C>(source)